home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
OTFIRE.ZIP
/
make.bat
< prev
Wrap
DOS Batch File
|
1996-01-10
|
127b
|
12 lines
@echo off
tasm fire.asm
if errorlevel 1 then goto end:
tlink fire.obj
fire.exe
:end
del *.bak
del *.obj
del *.map